%8-11  ʹplot3άͼ


>> % óڻάͼ
>> t = 0:pi/50:20*pi;
>> plot3(sin(t),cos(2*t),sin(t)+cos(t));
>> 
